home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / THAA-OTF.flt < prev    next >
Text File  |  2009-04-29  |  2KB  |  58 lines

  1. ;; THAA.flt -- Font Layout Table for Thaana OpenType font
  2. ;; Copyright (C) 2004, 2005, 2007  AIST (H15PRO112)
  3. ;; See the end for copying conditions.
  4.  
  5. (font layouter thaa-otf nil
  6.       (font (nil nil unicode-bmp :otf=thaa)))
  7.  
  8. ;;; <li> THAA-OTF.flt
  9. ;;;
  10. ;;; For Thaana OpenType fonts to draw the Thaana script.
  11.  
  12. (category
  13.  (0x0780 0x07a5    ?c)            ; consonants
  14.  (0x07a6 0x07b0    ?v)            ; vowels
  15.  (0x07b1    ?c)            ; consonant
  16.  )
  17.  
  18. ;; Grouping.
  19. (generator
  20.  (0
  21.   (cond
  22.    ;; GPOS of OTF wil override this combining rule.
  23.    ("cv" < = Bl.Bl = >)
  24.    ("v" [ = ])
  25.    ("." =))
  26.   *))
  27.  
  28. ;; Drive OTF.
  29. (generator
  30.  (0
  31.   otf:thaa=+mark))
  32.  
  33. ;; Copyright (C) 2004, 2005, 2007
  34. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  35. ;;   Registration Number H15PRO112
  36.  
  37. ;; This file is part of the m17n database; a sub-part of the m17n
  38. ;; library.
  39.  
  40. ;; The m17n library is free software; you can redistribute it and/or
  41. ;; modify it under the terms of the GNU Lesser General Public License
  42. ;; as published by the Free Software Foundation; either version 2.1 of
  43. ;; the License, or (at your option) any later version.
  44.  
  45. ;; The m17n library is distributed in the hope that it will be useful,
  46. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  47. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  48. ;; Lesser General Public License for more details.
  49.  
  50. ;; You should have received a copy of the GNU Lesser General Public
  51. ;; License along with the m17n library; if not, write to the Free
  52. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  53. ;; Boston, MA 02110-1301, USA.
  54.  
  55. ;; Local Variables:
  56. ;; mode: lisp
  57. ;; End:
  58.